func math/big.addVV
6 uses
math/big (current package)
arith_decl.go#L13: func addVV(z, x, y []Word) (c Word)
nat.go#L119: c := addVV(z[0:n], x, y)
nat.go#L252: if c := addVV(z[0:n], z, x); c != 0 {
nat.go#L383: if c := addVV(z[i:i+n], z[i:], x); c != 0 {
nat.go#L517: addVV(z, z, t) // combine the result
natdiv.go#L693: c := addVV(u[j:j+n], u[j:], v)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |